mobileSoundChannels
Type
function
Summary
Returns a list of the sound channels that currently exist.
Syntax
mobileSoundChannels()
Description
Use the mobileSoundChannels function to get a list of the sound channels that currently exist.
Sound channels persist after any sounds have finished playing on them, retaining the last volume setting. To remove a channel from memory completely use the mobileDeleteSoundChannel command.
Sound channels only consume system resources when they are playing sounds, this means you don't need to be concerned about having many around at once (assuming most are inactive).
Examples
get mobileSoundChannels()
put mobileSoundChannels() into tSoundChannelList
Related
command: mobileDeleteSoundChannel, mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannelStatus
message: soundFinishedOnChannel
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile